home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / D / Database.cpt / Database / New DataBase / background_4003.txt < prev    next >
Encoding:
Text File  |  1987-11-10  |  4.5 KB  |  222 lines

  1. -- background: 4003 from stack: in
  2. -- bmap block id: 4196
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=168 top=104 right=185 bottom=366
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Name and Address
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0004
  25. -- rect: left=168 top=193 right=241 bottom=366
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 2
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Phone #
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 0004
  39. -- rect: left=383 top=193 right=241 bottom=472
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Date Donated
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 00
  52. -- high flags: 0007
  53. -- rect: left=168 top=254 right=317 bottom=471
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 2
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Donated
  62.  
  63.  
  64. -- part 6 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=434 top=41 right=65 bottom=473
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 21700 / 21700
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: New Button
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to stack "Home"
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 7 (button)
  84. -- low flags: 00
  85. -- high flags: 2000
  86. -- rect: left=219 top=71 right=100 bottom=257
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 9301 / 9301
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Prev
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   visual effect dissolve
  98.   go to prev card
  99. end mouseUp
  100.  
  101.  
  102.  
  103.  
  104. -- part 8 (button)
  105. -- low flags: 00
  106. -- high flags: 2000
  107. -- rect: left=270 top=72 right=99 bottom=302
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 27009 / 27009
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Next
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual effect dissolve
  119.   go to next card
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 9 (button)
  125. -- low flags: 00
  126. -- high flags: A003
  127. -- rect: left=378 top=112 right=134 bottom=478
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: New Card
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   DoMenu New Card
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 10 (button)
  144. -- low flags: 00
  145. -- high flags: A003
  146. -- rect: left=378 top=144 right=166 bottom=478
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Find " "
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   DoMenu Find...
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 12 (button)
  163. -- low flags: 00
  164. -- high flags: 2004
  165. -- rect: left=44 top=234 right=268 bottom=83
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 20186 / 20186
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Sort
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   answer "Sort all cards of this stack according to:" with "First Name" or "Last Name" or "Cancel"
  177.   if it is "First Name"
  178.   then sort by first word of second line of field "Name and Address"
  179. else if it is "Last Name"
  180. then sort by last word of second line of field "Name and Address"
  181. end mouseUp
  182.  
  183.  
  184.  
  185. -- part 13 (button)
  186. -- low flags: 00
  187. -- high flags: 2004
  188. -- rect: left=101 top=234 right=268 bottom=140
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 32670 / 32670
  191. -- text alignment: 1
  192. -- font id: 0
  193. -- text size: 12
  194. -- style flags: 0
  195. -- line height: 16
  196. -- part name: Show Cards
  197. ----- HyperTalk script -----
  198. on mouseUp
  199.   show all cards
  200. end mouseUp
  201.  
  202.  
  203.  
  204. -- part 14 (button)
  205. -- low flags: 00
  206. -- high flags: 2000
  207. -- rect: left=438 top=73 right=99 bottom=468
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 2162 / 2162
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: Return
  216. ----- HyperTalk script -----
  217. on mouseUp
  218.   visual effect iris close
  219.   go to card id 2885
  220. end mouseUp
  221.  
  222.